home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 6 / Example6-9.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-29  |  3.5 KB  |  96 lines

  1. VERSION 5.00
  2. Object = "{5C8CED40-8909-11D0-9483-00A0C91110ED}#1.0#0"; "MSDATREP.OCX"
  3. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  4. Begin VB.Form Form1 
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   4335
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   5490
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   4335
  12.    ScaleWidth      =   5490
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin MSDataRepeaterLib.DataRepeater DataRepeater1 
  15.       Bindings        =   "Example6-9.frx":0000
  16.       Height          =   3765
  17.       Left            =   120
  18.       TabIndex        =   0
  19.       Top             =   120
  20.       Width           =   5175
  21.       _ExtentX        =   9128
  22.       _ExtentY        =   6641
  23.       _StreamID       =   -1412567295
  24.       _Version        =   393216
  25.       Caption         =   "Publisher Phone Numbers"
  26.       BeginProperty RepeatedControlName {21FC0FC0-1E5C-11D1-A327-00AA00688B10} 
  27.          _StreamID       =   -1412567295
  28.          _Version        =   65536
  29.          Name            =   "vbdbPublisher.ctlPublisher"
  30.       EndProperty
  31.       RepeaterBindings=   2
  32.       BeginProperty RepeaterBinding(0) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
  33.          _StreamID       =   -1412567295
  34.          _Version        =   65536
  35.          PropertyName    =   "PublisherName"
  36.          DataField       =   "Company Name"
  37.       EndProperty
  38.       BeginProperty RepeaterBinding(1) {7D21A594-FC9B-11D0-A320-00AA00688B10} 
  39.          _StreamID       =   -1412567295
  40.          _Version        =   65536
  41.          PropertyName    =   "PublisherPhone"
  42.          DataField       =   "Telephone"
  43.       EndProperty
  44.    End
  45.    Begin MSAdodcLib.Adodc Adodc1 
  46.       Height          =   330
  47.       Left            =   1680
  48.       Top             =   3960
  49.       Width           =   2175
  50.       _ExtentX        =   3836
  51.       _ExtentY        =   582
  52.       ConnectMode     =   0
  53.       CursorLocation  =   3
  54.       IsolationLevel  =   -1
  55.       ConnectionTimeout=   15
  56.       CommandTimeout  =   30
  57.       CursorType      =   3
  58.       LockType        =   3
  59.       CommandType     =   2
  60.       CursorOptions   =   0
  61.       CacheSize       =   50
  62.       MaxRecords      =   0
  63.       BOFAction       =   0
  64.       EOFAction       =   0
  65.       ConnectStringType=   1
  66.       Appearance      =   1
  67.       BackColor       =   -2147483643
  68.       ForeColor       =   -2147483640
  69.       Orientation     =   0
  70.       Enabled         =   -1
  71.       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Biblio.mdb"
  72.       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Biblio.mdb"
  73.       OLEDBFile       =   ""
  74.       DataSourceName  =   ""
  75.       OtherAttributes =   ""
  76.       UserName        =   ""
  77.       Password        =   ""
  78.       RecordSource    =   "Publishers"
  79.       Caption         =   "Adodc1"
  80.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  81.          Name            =   "MS Sans Serif"
  82.          Size            =   8.25
  83.          Charset         =   0
  84.          Weight          =   400
  85.          Underline       =   0   'False
  86.          Italic          =   0   'False
  87.          Strikethrough   =   0   'False
  88.       EndProperty
  89.       _Version        =   393216
  90.    End
  91. Attribute VB_Name = "Form1"
  92. Attribute VB_GlobalNameSpace = False
  93. Attribute VB_Creatable = False
  94. Attribute VB_PredeclaredId = True
  95. Attribute VB_Exposed = False
  96.